home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / txtsrv / txtsrv.def < prev    next >
Encoding:
Text File  |  1994-10-25  |  352 b   |  10 lines

  1. ; module definition file for winsock text server
  2.  
  3. NAME         TXTSRV
  4. DESCRIPTION  'Windows Socket Text Server'
  5. EXETYPE      WINDOWSSTUB         'WINSTUB.EXE'CODE         PRELOAD MOVEABLE DISCARDABLEDATA         PRELOAD MOVEABLE MULTIPLEHEAPSIZE     2048STACKSIZE    8192EXPORTS             FrameWndProc
  6.              AboutDlgProc
  7.  
  8.  
  9.  
  10.